home *** CD-ROM | disk | FTP | other *** search
- // ==> INSTALL.DEF
- // This file is the defination file for installation procedure INSTALL.EXE.
- // Note:
- // 1. After installation, install.exe will be renamed to be setup.exe,
- // configuration file will be generated as SETUP.CFG
- // 2. Installation will read "READ.ME" page by page for special notice.
- [Header]
- Drive= C: //Dest Drive (user changable)
- Dir= FL_DEMO //Dest Directory (user changable)
- Exe= FLINES //Executable file
- Title= FRONT LINES //Title
- Version= 1.02 //Version
- Disks= 1 //Disks to be installed
- HardDrive= 10 M //requirement
- RAM640= 0 K //requirement
- RAMext= 0 M //requirement
- Sound= YES //support sound
- Printer= NO //support printer
- SVGA= YES //using SVGA mode
- CD_ROM= YES //support CD ROM version(Source Drive)
-
- [Disk 1]
- Id=DISK1 //check file existance for the correct disk
- MD={Drive}{Dir}
- copy=install.def, {Drive}{Dir}
- xcopy=hd\*.*, {Drive}{Dir} /e /s
-
-
-